1 <?php
2
3 include(
"db.class.php");
4
5 // Open the
base (construct the object):
6 $
base="stock";
7 $server=
"localhost";
8 $user=
"root";
9 $pass=
"";
10 $db =
new DB($base, $server, $user, $pass);
11 /*
12
13
14 $
base="arstock";
15 $server=
"arstock.db.5298872.hostedresource.com";
16 $user=
"arstock";
17 $pass=
"Reset123";
18 $db =
new DB($base, $server, $user, $pass);
19 */

20 ?>


Gõ tìm kiếm nhanh...